home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- set the member of sprite the currentSpriteNum to "MouseOverButtonBack"
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "MouseDownButtonBack"
- GotoTheLastPage()
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "ButtonBack"
- end
-